silence uselib_local warning produced by waf
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 3 Apr 2022 04:57:38 +0000 (07:57 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 28 Jul 2026 12:02:03 +0000 (15:02 +0300)
commitece46005b7f313366b20ad66201ab5502aae5656
treeb23ecbfa22f5d09cc081c2bbdaabdded54fbd9a6
parente6f1871ce771fca2ca68614e6ec0bb5d36cf27d3
silence uselib_local warning produced by waf

During config/build process in verbose mode, waf produces
about 2k repetitions of this warning:

  compat: "uselib_local" is deprecated, replace by "use"

which clutters the build log.

Comment this warning out for now until it will be
fixed properly.

Gbp-Pq: Name silence-waf-uselib_local.diff
buildtools/wafsamba/samba_waf18.py